DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.DataConnector.AdoNet Namespace / DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class / State Property

In This Topic
    State Property (DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
    In This Topic
    接続の状態を記述する文字列を取得します。
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property State As ConnectionState
    public override ConnectionState State {get;}
    See Also